home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Tampa Bay Amiga Group / TBAG - Tampa Bay Amiga Group's Disk of the Month #01 (1986)(Merlin's Software)(PD).zip / TBAG - Tampa Bay Amiga Group's Disk of the Month #01 (1986)(Merlin's Software)(PD).adf / Arc-Files / echo.arc / etest.scr < prev   
Text File  |  1986-08-28  |  2KB  |  58 lines

  1.  
  2.  
  3. echo -cs
  4.  
  5. echo -!2t "                                                             "
  6. echo -t "                  ECHO -- An Improved ECHO                   "
  7. echo -t "                 (C) 1986 by Larry Phillips                  "
  8. echo -t "                                                             "
  9. echo -d
  10.  
  11. echo -s "     This script file will demonstrate "
  12. echo -3s " Echo, "
  13. echo -d  a new command I wrote to
  14. echo "    replace and enhance the Amigados Echo command supplied by Commodore."
  15. echo
  16. echo -t See "ECHO.DOC" for further details on capabilities.
  17. echo
  18. echo
  19. echo
  20.  
  21. ;----------- NOTE: if you have not yet downloaded PAUSE from
  22. ;           the Amiga Group Software Library, please delete
  23. ;           the "pause" below, and the semicolon before "wait"
  24. ;           Better still, download PAUSE and add it to your C:
  25. ;           directory.
  26.  
  27. pause
  28.  
  29. ;wait 5
  30.  
  31.  
  32. echo -ctttttttt Page 2
  33.  
  34. echo -tt)1 "  Colour 0 background, colour 1 characters  "
  35. echo -tt2 "  Colour 0 background, colour 2 characters  "
  36. echo -tt3 "  Colour 0 background, colour 2 characters  "
  37.  
  38. echo -tt!0 "  Colour 1 background, colour 0 characters  "
  39. echo -tt!2 "  Colour 1 background, colour 2 characters  "
  40. echo -tt!3 "  Colour 1 background, colour 3 characters  "
  41.  
  42. echo -tt@0 "  Colour 2 background, colour 0 characters  "
  43. echo -tt1 "  Colour 2 background, colour 1 characters  "
  44. echo -tt3 "  Colour 2 background, colour 2 characters  "
  45.  
  46. echo -tt#0 "  Colour 3 background, colour 0 characters  "
  47. echo -tt#1 "  Colour 3 background, colour 1 characters  "
  48. echo -tt#2 "  Colour 3 background, colour 2 characters  "
  49. echo -d
  50.  
  51. echo "  Note the clearing of the screen, and the various background and"
  52. echo character colours that are available.
  53. echo
  54.  
  55. echo -ttt3s " WARNING: "
  56. echo -d This can be fun!
  57. echo
  58.